home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1995 April
/
Electronic Clipper 1995-04.iso
/
pc
/
pc_users
/
ideasrc
/
zdolphin.dir
/
00001_Script_1
next >
Wrap
Text File
|
1995-03-03
|
1KB
|
41 lines
on exitFrame
if soundbusy(1) then
go the frame
end if
if the frame = 1 then
put "1" into word 2 of field "count"
end if
if the frame = 2 then
put "1" into word 2 of field "count"
end if
if the frame = 12 then
put "2" into word 2 of field "count"
end if
if the frame = 28 then
put "3" into word 2 of field "count"
end if
if the frame = 40 then
put "4" into word 2 of field "count"
end if
if the frame = 52 then
put "5" into word 2 of field "count"
end if
if the frame = 58 then
put "6" into word 2 of field "count"
end if
if the frame = 75 then
put "7" into word 2 of field "count"
end if
if the frame = 82 then
put "8" into word 2 of field "count"
end if
if the frame = 92 then
put "9" into word 2 of field "count"
end if
if the frame = 100 then
put "10" into word 2 of field "count"
end if
if the frame = 107 then
put "11" into word 2 of field "count"
end if
end